-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Factor out conservative_is_privately_uninhabited
#103454
Factor out conservative_is_privately_uninhabited
#103454
Conversation
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
src/test/ui/const-generics/conservative_is_privately_uninhabited_uses_correct_param_env-1.rs
Outdated
Show resolved
Hide resolved
2eb033e
to
b6e6314
Compare
conservative_is_privately_uninhabited
b6e6314
to
1b7eb73
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 1b7eb73a059e04a0a8c4e88855ab8e12d2f664a3 with merge 523265f2409bfcee2b3fe7157a528e09edd9123e... |
☀️ Try build successful - checks-actions |
Queued 523265f2409bfcee2b3fe7157a528e09edd9123e with parent 758f196, future comparison URL. |
Finished benchmarking commit (523265f2409bfcee2b3fe7157a528e09edd9123e): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Footnotes |
r=me with tests reinstated and comments updated (maybe just make them links to the issues?) @bors delegate+ |
✌️ @camsteffen can now approve this pull request |
1b7eb73
to
9239cde
Compare
@bors r=oli-obk |
📌 Commit 9239cdea9d481531ffc9a2eee1680716ce20fcf2 has been approved by It is now in the queue for this repository. |
⌛ Testing commit 9239cdea9d481531ffc9a2eee1680716ce20fcf2 with merge b307b17b29af3dc4e7db9b41f8a6e80c9a394221... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
9239cde
to
cc8dddb
Compare
☀️ Test successful - checks-actions |
Finished benchmarking commit (736c675): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
After #102660 there is no more need for
conservative_is_privately_uninhabited
.r? @oli-obk